home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / share / irssi / help / server < prev    next >
Text File  |  2006-05-02  |  2KB  |  42 lines

  1.  
  2. SERVER REMOVE %|<address> [<port>]
  3. SERVER ADD %|[-4 | -6] [-ssl] [-ssl_cert <cert>] [-ssl_pkey <pkey>] [-ssl_verify] [-ssl_cafile <cafile>] [-ssl_capath <capath>] [-auto | -noauto] [-network <network>] [-host <hostname>] [-cmdspeed <ms>] [-cmdmax <count>] [-port <port>] <address> [<port> [<password>]]
  4. SERVER LIST%|
  5. SERVER %|[-4 | -6] [-ssl] [-ssl_cert <cert>] [-ssl_pkey <pkey>] [-ssl_verify] [-ssl_cafile <cafile>] [-ssl_capath <capath>] [-noproxy] [-network <network>] [-host <hostname>] [-rawlog <file>] [+]<address>|<chatnet> [<port> [<password> [<nick>]]]
  6. SERVER PURGE %|[<target>]
  7.  
  8.      -4, -6: specify explicitly whether to use IPv4 or IPv6 address
  9.      -ssl: use SSL when connecting
  10.      -ssl_cert: The SSL client certificate file (implies -ssl)
  11.      -ssl_pkey: The SSL client private key (if not included in the certificate file)
  12.      -ssl_verify: Verify servers SSL certificate
  13.      -ssl_cafile: File with list of CA certificates (implies -ssl_verify)
  14.      -ssl_capath: Directory with CA certificates (implies -ssl_verify)
  15.      -auto: Automatically connect to server at startup
  16.      -noauto: Don't connect to server at startup (default)
  17.      -network: Specify what IRC network this server belongs to
  18.      -ircnet: Same as -network. Deprecated. Do not use
  19.      -host: Specify what host name to use, if you have multiple
  20.      -!: don't autojoin channels
  21.      -cmdspeed: Same as /SET cmd_queue_speed, see section 3.1
  22.      -cmdmax: Same as /SET cmd_max_at_once, see section 3.1
  23.      -port: This is pretty much like the port argument later, 
  24.             except this can be used to modify existing server's 
  25.             port.
  26.  
  27. /SERVER disconnects the server in active window and connects to the new one. It will take the same arguments as /CONNECT. If you prefix the address with the + character, Irssi won't disconnect the active server, and it will create a new window where the server is connected (ie. /window new hide; /connect address)
  28.  
  29. /SERVER without any arguments displays the list of connected 
  30.         servers.
  31.  
  32. /SERVER REMOVE <address> [<port>]
  33.  
  34. /SERVER LIST
  35.  
  36. /SERVER PURGE [<target>] 
  37.  
  38. Clears the server send queue. Useful if, for example, you accidentally paste lots of text to a channel.
  39.  
  40. See also: CONNECT, DISCONNECT, RECONNECT, RMRECONNS
  41.  
  42.